Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 17,868 for

watermarking .net

(0.06 sec)
  1. Save signed document with password | Documentation

    This article explains how to save document with password protection....Watermark Product Solution GroupDocs...App Along with full-featured .NET library we provide simple, but...

    docs.groupdocs.com/signature/java/save-signed-d...
  2. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs...App Along with full-featured .NET library we provide simple, but...

    docs.groupdocs.com/signature/java/searching-for...
  3. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Watermark Product Solution GroupDocs...App Along with full featured .NET library we provide simple, but...

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  4. Set shape color independently of font color | D...

    Following this guide you will learn how to set shape color independently of font color and modify appearance of detected changes when use GroupDocs.Comparison for .net....Watermark Product Solution GroupDocs...Family / GroupDocs.Comparison for .NET / Advanced usage / Comparison...

    docs.groupdocs.com/comparison/net/set-shape-col...
  5. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for .net....Watermark Product Solution GroupDocs...Family / GroupDocs.Merger for .NET / Developer Guide / Single document...

    docs.groupdocs.com/merger/net/extract-pages/
  6. Load custom fonts | Documentation

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .net....Watermark Product Solution GroupDocs...GroupDocs.Comparison for Python via .NET / Advanced usage / Loading /...

    docs.groupdocs.com/comparison/python-net/load-c...
  7. Add button component | Documentation

    The page describes how to add button component to a document using GroupDocs.Annotation for .net....Watermark Product Solution GroupDocs...Family / GroupDocs.Annotation for .NET / Annotation basics / Add component...

    docs.groupdocs.com/annotation/net/add-button-co...
  8. Memory optimization option | Documentation

    This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for .net API....Watermark Product Solution GroupDocs...Family / GroupDocs.Editor for .NET / Developer Guide / Edit document...

    docs.groupdocs.com/editor/net/memory-optimizati...
  9. Saving to HTML with External Resource Files | D...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix....Watermark Product Solution GroupDocs...Family / GroupDocs.Assembly for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/assembly/net/saving-to-html-...
  10. Classify document by path | Documentation

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Watermark Product Solution GroupDocs...GroupDocs.Classification for .NET / Developer Guide / Basic Usage...

    docs.groupdocs.com/classification/net/classify-...